@charset "utf-8";
/* CSS Document */

/* #0a496c */

html{
    font-size: 10px;
}
body {
    font-family: Arial,"Microsoft YaHei";
    font-size: 12px;
    color: #333;
    margin: 0;
    background: #fff;
}
img {
    border: 0;
}
A:link {
    COLOR: #333;
    TEXT-DECORATION: none;
}
A:visited {
    COLOR: #333;
    TEXT-DECORATION: none;
}
A:hover {
    COLOR: #333;
    TEXT-DECORATION: none;
}
A:active {
    COLOR: #ff2525;
    TEXT-DECORATION: none;
}
ol, ul {
    list-style: none;
}
ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border-collapse: collapse;
    list-style-type: none
}
* {
    margin: 0;
    padding: 0;
    hide-focus: expression(this.hideFocus=true); /* for ie 5+ */
    outline: none; /* for firefox 1.5 + */
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
}
.hold-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.normalPage .subject{
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}


#topbar{background:#333;height:32px;line-height:32px;position: fixed;top: 0;z-index: 2;width: 100%;overflow: hidden;color: #fff;font-size: 1.3rem;}
#topbar p{display: inline-block;}
#topbar .phone{float: right;}
#topbar .phone i.fa{
    font-size: 1.8rem;
    margin-right: 8px;
    vertical-align: middle;
    color: #0c86e0;
}
#tophead{
    position: fixed;
    top: 32px;
    z-index: 2;
    width: 100%;
    height:80px;
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.2);
    background:-webkit-linear-gradient(-45deg, #fff 0%, #fff 60%, #065bb3 60%, #014790 70%,#0a496c 100%);
    background:-o-linear-gradient(-45deg, #fff 0%, #fff 60%, #065bb3 60%, #014790 70%,#0a496c 100%);
    background:-moz-linear-gradient(-45deg, #fff 0%, #fff 60%, #065bb3 60%, #014790 70%,#0a496c 100%);
    background: linear-gradient(-45deg, #fff 0%, #fff 60%, #0c86e0 60%, #0c86e0 70%,#0c86e0 100%);
    box-shadow: 0 0px 8px rgba(0,0,0,0.4);
}
#tophead.cur{
    top: 0;
}
#tophead .logo{float:left;margin-top: 8px;}
#tophead .logo{display: block;}
#topnav{float:right;height:80px;}
#topnav ul{margin:0;padding:0;list-style:none;}
#topnav ul li{float:left;margin-right: 10px;}
#topnav ul li a{height:80px;line-height:80px;font-size: 1.6rem;color:#37474f;padding:0 10px;display:block;}
#topnav ul li a:hover{color: #0c86e0;border-bottom: 3px solid #0c86e0;font-weight: 600;}
#topnav ul .hover a{color: #2b5aaa;border-bottom: 3px solid #2b5aaa;font-weight: 600;}
#topnav ul li dl{position:absolute;z-index:999;margin:0;display:none;width:160px;}
#topnav ul .hover dl dt a{background:#305dc3;border-bottom:1px solid #187EC6;height:40px;line-height:40px;display:block;font-size:14px;}
#topnav ul .hover dl dt a:hover{background:#fff;color:#333;display:block;}


/*bannerSwiper*/
.home-banner{
    margin-top: 112px;
}
#bannerSwiper{}
#bannerSwiper .swiper-slide{}
#bannerSwiper .swiper-slide img{
    width: 100%;
}
#bannerSwiper .swiper-pagination{}
#bannerSwiper .swiper-pagination .swiper-pagination-bullet{
    background-color: #fff;
}
#bannerSwiper .swiper-button-prev:after,#bannerSwiper .swiper-button-next:after{
    color: #fff;
    outline: none;
    font-size: 1.6rem;
}
#bannerSwiper .swiper-button-prev,#bannerSwiper .swiper-button-next{outline: none;background-color: rgba(51,51,51,0.4);}

.normal-Ht{
    text-align: center;
}
.normal-Ht h1{
    font-size: 50px;
    color: #143a90;
    letter-spacing: -2px;
    margin: 0px 0px 6px 0px;
}
.normal-Ht h2{
    font-size: 25px;
    color: rgb(153, 153, 153);
    letter-spacing: 3px;
    margin: 0;
}

.footer{
    padding-bottom: 2%;
    background-color: #0c86e0;
}
.foot-other .foot-link{
    margin-top: 6px;
    color: #999;
}
.foot-other .foot-link a{
    display: inline-block;
    color: #999;
}
.footer .foot-con{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    margin-top: 2%;
}
.footer .foot-item{
    border-left: 1px dotted #ccc;
    padding-left: 4%;
    padding-right: 2%;
    color: #fff;
}
.footer .foot-item:first-child{
    width: 40%;
    padding: 0;
    border: none;
    padding-left: 8%;
}
.footer .foot-item h4{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 6%;
}
.footer .foot-item p{
    font-size: 14px;
}
.footer .item-contact{}
.footer .item-contact p{
    margin-bottom: 2%;
}
.footer .item-nav{}
.footer .item-nav li{
    width: 46%;
    display: inline-block;
    margin-bottom: 4%;
}
.footer .item-nav li a{
    font-size: 15px;
    color: #fff;
}
.footer .item-nav li a:hover{
    color: #305dc3;
}
.foot-other{
    background-color: #3a3a3a;
    color: #fff;
    text-align: center;
    padding: 6px 0;
}
.foot-other a{
    color: #fff;
}
.footer .foot-item:last-child{}
.footer .foot-item:last-child a{display: block;width: 40px;text-align: center;height: 40px;background-color: #fff;border-radius: 50%;margin-top: 100%;}
.footer .foot-item:last-child a i.fa{
    color: #0c86e0;
    font-size: 2rem;
    margin-top: 10px;
}

.index-Ht{
    margin-bottom: 4%;
}
.index-Ht h2{
    margin: 0;
    font-size: 3rem;
    color: #666;
    letter-spacing: 2px;
}
.index-Ht h2 span{

    color: #0c86e0;
}
.index-Ht p{
    color: #999;
    font-size: 1.6rem;
    margin-top: 6px;
}
.index_more{
    display: block;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ca472f;
    border-radius: 20px;
    margin-top: 8%;
    color: #ca472f;
    font-size: 1.4rem;
    background-color: transparent;
}
.index_more:link{
    color: #ca472f;
    background-color: transparent;
}
.index_more:hover{
    color: #fff;
    background-color: #ca472f;
}

/*index_about*/
.index_about{
    background: url("../images/index_aboutbg.jpg") no-repeat center/cover;
    padding: 6% 0;
}
.index_about .index-Ht{
    margin-bottom: 6%;
}
.index_about .con{
    overflow: hidden;
}
.index_about .txt{
    float: left;
    width: 50%;
}
.index_about .txt>p{font-size: 1.5rem;color: #666;line-height: 24px;}
.index_about .txt>p:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ca472f;
    margin-right: 6px;
    vertical-align: middle;
}
.index_about .pic{
    float: left;
    width: 50%;
    text-align: center;
    padding-bottom: 10px;
}
.index_about .pic img{
    box-shadow: 10px 10px 0 #0a496c;
}

/*index_product*/
.index_product{
    text-align: center;
    margin-top: 6%;
}
.index_product .con{}
.index_product .nav{}
.index_product .nav p{
    display: inline-block;
    margin-right: 2%;
}
.index_product .nav p a{
    font-size: 1.5rem;
    color: #666;
    font-weight: bold;
}
.index_product .nav p a:hover,.index_product .nav p.cur a,.index_product .nav p.cur a:hover{
    color: #ca472f;
}
.index_product .list,.proList .list{
    overflow: hidden;
    margin-top: 1.3%;
}
.index_product .list-i,.proList .list-i{
    position: relative;
    float: left;
    width: 22.75%;
    margin-right: 3%;
    border-bottom: 2px solid #0c86e0;
    margin-bottom: 4%;
    padding: 6px;
}
.index_product .list-i:nth-child(4n+4),.proList .list-i:nth-child(4n+4){
    margin-right: 0;
}
.index_product .list-i .img,.proList .list-i .img{
    overflow: hidden;
}
.index_product .list-i .img img,.proList .list-i .img img{
    width: 100%;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
	height: 255px;
}
.index_product .list-i .txt{}
.index_product .list-i .txt h3,.proList .list-i .txt h3{
    font-size: 1.6rem;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_product .list-i .txt p,.proList .list-i .txt p{
    font-size: 1.4rem;
    color: #666;
}
.index_product .index_more,.proList .index_more{
    margin: 0% auto 6% auto;
}
.index_product .list-i:hover,.proList .list-i:hover{
    background-color: #0c86e0;
}
.index_product .list-i:hover .txt h3,.index_product .list-i:hover .txt p,
.proList .list-i:hover .txt h3,.proList .list-i:hover .txt p{
    color: #fff;
}

.index_product .list-i:hover .img img, .proList .list-i:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*index-slogan*/
.index-slogan{
}
.index-slogan .slogan-img{}
.index-slogan .slogan-img img{
    width: 100%;
}
/*idnex-about*/


.index-about{
  max-width: 100%;
  background: url(/template/default/static/picture/bgaboutcenter.jpg) no-repeat center/cover;
  text-align: center;
  margin-top: 6%;
  margin-bottom: 4%;
  position: relative;
}
.index-about .about-fcbg, .index-about .bg{
  width: 100%;
  height: 100%;
}
.index-about .index-Ht{
	margin-bottom: 0;
}
.bg-h{
  height: 512px;
}
.index-about .con{
  width: 60%;
  max-width: 900px;
  margin: 0 auto;
}
.index-about .con p{
  color: #fff;
  line-height: 4.2rem;
  font-size: 1.5rem;
}
.index-about .fl{
  float: left;
  width: 30%;
  height: 100%;
  margin-left: 15%;
  padding-top: 12%;
  text-align: center;
}
.index-about h4{
  font-family: "Helvetica";
  font-size: 72px;
  text-transform: uppercase;
  color: #0c78e0;
  padding-top: 5%;
  opacity: .71;
  filter: alpha(opacity=71);	
}
.index-about .fr{
  float: right;
  width: 30%;
  height: 100%;
  margin-right: 20%;
  padding: 1%;
  text-align: center;
  background: #0c86e0;  
}
@media (max-width: 1400px){
    .index-about .fr{
		width: 40%;
		margin-right: 10%;
	}
}
@media (max-width: 1100px){
	.index-about .fl{
		padding-top: 20%;
	}
    .index-about .fr{
		width: 50%;
		margin-right: 0;
	}
}
@media (max-width: 768px){
	.index-about h4{
		font-size: 60px;
	}
	.index-about .fl{
		display: none;
	}
	.index-about .fr{
		width: 100%;
		margin-right: 0;
	}
	.index-about{
		background: none;
	}
	.bg-h{
		height: 412px;
	}
}
@media (max-width: 500px){
	.index-about h4{
		font-size: 50px;
		padding-top: 2%;
	}  
	.index-about .con p{
		line-height:3.2rem;
	}
}
/*index-service*/
.index-service{
    text-align: center;
    margin-top: 6%;
    position: relative;
    margin-bottom: 4%;
}
.index-service .con{
}
.index-service .con>p{
	padding: 5px;
	margin-bottom: 20px;
    font-size: 1.5rem;
    color: #999;
}
.index-service .list{}
.index-service .list{
    margin-top: 4%;
}
.index-service .list .list-i{
    position: relative;
}
.index-service .list .img{}
.index-service .list .img img{
    width: 100%;
}
.index-service .list .txt{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(43,90,170,0.6);
    color: #fff;
    padding: 2% 0;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
#caseSwiper{
    padding-bottom: 3%;
}
#caseSwiper .swiper-slide{}
#caseSwiper .swiper-pagination{
    bottom: 0;
}
#caseSwiper .swiper-pagination span{
    background-color: #2b5aaa;
    width: 18px;
    height: 6px;
    border-radius: 10px;
}
.index-service .swiper-button-prev{}
.index-service .swiper-button-next{}
.index-service .swiper-button-prev,.index-service .swiper-button-next{
    outline: none;
    background-color: rgba(0,0,0,.4);
    top: 64%;
}
.index-service .swiper-button-prev:after,.index-service .swiper-button-next:after{
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

/*index-new*/
.index-new{
    background: url("../picture/about_bg.png") no-repeat center center;
    margin-top: 5%;
    text-align: center;
    padding: 3% 0;
}
.index-new .con{
    overflow: hidden;
}
.index-new .nav{
    float: left;
    width: 16%;
    max-width: 180px;
}
.index-new .nav ul{}
.index-new .nav ul li{
    padding: 10% 0;
    margin-bottom: 15%;
    border: 2px solid #0c86e0;
    background-color: #fff;
}
.index-new .nav ul li a{
    display: block;
}
.index-new .nav ul li i.fa{
    color: #0c86e0;
    font-size: 4rem;
}
.index-new .nav ul li p{
    color: #0a496c;
    font-size: 1.6rem;
    margin: 4% 0 0 0;
}
.index-new .nav ul li span{
    display: block;
    font-size: 1.2rem;
    color: #999;
    margin: 4% auto 0 auto;
}
.index-new .nav ul li:hover{
    background-color: #0c86e0;
}
.index-new .nav ul li:hover i.fa,.index-new .nav ul li:hover p{
    color: #fff;
}
.index-new .list{
    float: right;
    width: 78%;
}
.index-new .list .list-i{
    position: relative;
    margin-bottom: 3%;
    background-color: rgba(255,255,255,0.9);
    padding: 2%;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.index-new .list-i .tit{
    display: flex;
    flex: 1;
    -webkit-display:flex;
    -ms-display:flex;
    -moz-display:flex;
    justify-content: space-between;
}
.index-new .list-i .tit a{
    font-size: 1.6rem;
    color: #333;
}
.index-new .list-i .tit p{
    font-size: 2rem;
    color: #666;
    font-weight: bold;
    letter-spacing: 2px;
}
.index-new .list-i .intro{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    align-items: center;
}
.index-new .list-i .info{
    width: calc(100% - 56px);
    text-align: left;
    color: #999;
    font-size: 1.4rem;
    padding-right: 10px;
    border-right: 1px solid #999;
}
.index-new .list-i .arrow{
    width: 56px;
    color: #999;
    font-size: 2rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.index-new .list .list-i:hover{
    background-color: rgba(12,134,224,0.8);
}
.index-new .list .list-i:hover .tit a,.index-new .list-i:hover .tit p,.index-new .list .list-i:hover .info{
    color: #fff;
}
.index-new .list .list-i:hover .arrow{
    color: #fff;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}

/*aboutPage*/
.normalPage{
    margin-top: 5%;
    position: relative;
}
.aboutPage{
    padding-bottom: 5%;
}
.normalPage .nav{
    padding-bottom: 2%;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1;
}
.normalPage .nav ul{
    text-align: center;
}
.normalPage .nav ul li{
    display: inline-block;
    width: calc(100%/4);
    padding: 1% 0;
    border-radius: 2px;
    margin: 0 2%;
}
.normalPage .nav ul li a{
    font-size: 1.6rem;
    color: #999;
    letter-spacing: 1px;
}
.normalPage .con{
    margin-top: 5%;
}
.aboutPage .con img{
    max-width: 100%;
    height: auto !important;
}
.aboutPage .pic{
    position: absolute;
    bottom: 0;
    opacity: 0.1;
}
.aboutPage .pic img{
    width: 100%;
}
.normalPage .nav ul li:hover,.normalPage .nav ul li.cur{
    background-color: #0c86e0;
}
.normalPage .nav ul li:hover a,.normalPage .nav ul li.cur a{
    color: #fff;
}

/*proList*/
.proList{
}
.proList .con,.newList .con,.contactPage,.messPage{
    background-color: #fafafa;
    padding: 4% 0 6% 0;
    margin-top: 0;
}
.proList .nav ul li{
    width: calc(100%/7);
}
.normalPage .pro-Ht{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.normalPage .pro-Ht .txt{}
.normalPage .pro-Ht .txt p:nth-child(1){
    color: #0c86e0;
    font-size: 2rem;
    font-family: BEBAS;
}
.normalPage .pro-Ht .txt p:nth-child(2){
    font-size: 2.8rem;
    color: #3a3a3d;
    margin-bottom: 0;
}
.normalPage .pro-Ht .location{
    font-size: 1.4rem;
    color: #666;
    position: relative;
    width: 60%;
    text-align: right;
    border-bottom: 2px solid #eee;
    padding-bottom: 2%;
}
.normalPage .pro-Ht .location i.fa{
    font-size: 1.6rem;
    color: #999;
    margin-right: 6px;
    vertical-align: text-top;
}
.normalPage .pro-Ht .location a{
    color: #666;
}
.normalPage .pro-Ht .location:before{
    content: '';
    display: block;
    width: 4%;
    height: 2px;
    background-color: #0c86e0;
    position: absolute;
    bottom: -2px;
}
.proArticle,.newArticle{
    background-color: #fafafa;
    padding: 1% 0 6% 0;
}
.proArticle .tit,.newArticle .tit{
    margin-top: 6%;
    background-color: #fff;
    padding: 2%;
    box-shadow: 0 0 20px #eee;
}
.proArticle .title,.newArticle .title{
    color: #333;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 2px;
    text-align: center;
}
.proArticle .info,.newArticle .info{
    text-align: center;
    color: #999;
    font-size: 1.2rem;
}
.proArticle .intro,.newArticle .intro{
    margin-top: 3%;
}
.proArticle .intro,.newArticle .intro img{
	width: 50%;
	max-width: 520px;
	display:block;
	margin:0 auto;
}
.normalPage .intro p{
	font-size: 16px ! important;
    line-height: 1.8;
    color: #545454 ! important;
}
.normalPage .pn{}
.normalPage .pn{
    padding: 2%;
    border-top: 1px dotted #ccc;
    margin-top: 4%;
}
.normalPage .pre,.normalPage .next{
    font-size: 14px;
    color: #999;
    margin-bottom: 3px;
}
.normalPage .pre a,.normalPage .next a{color: #999;}
.normalPage .pre a:hover,.normalPage .next a:hover{color: #0a496c;}

/*newList*/
.newList{}
.newList .list{overflow: hidden;margin-top: 3%;}
.newList .list-i{
    float: left;
    width: calc(100%/2 - 60px);
    position: relative;
    background-color: #fff;
    padding: 2% 30px;
    margin: 2% 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.newList .date{
    float: left;
    width: 15%;
    height: 100px;
    background: #a9a9a9;
    text-align: center;
    padding: 16px 0 0;
}
.newList .date span:nth-child(1){
    font-size:2.6rem;
    color:#fff;
    text-align:center;
}
.newList .date span:nth-child(2){
    font-size:1.2rem;
    color:#fff;
    text-align:center;
    display:block;
    margin:5px 0 8px;
}
.newList .tit{
    float: right;
    width: 75%;
    margin-right:2%;
}
.newList .tit h3{
    font-size:1.6rem;
    font-weight:normal;
    color: #0c86e0;
    margin-bottom:20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}
.newList .tit .intro{
    font-size:1.4rem;
    line-height:24px;
    color:#999;
    height:48px;
    overflow:hidden;
}
.newList .list-i:hover{
    box-shadow: 0 0 20px #ccc;
}
.newList .list-i:hover .date{
    background-color: #0c86e0;
}

/*contactPage*/
.contactPage{}
.contactPage .con{}
.contactPage .info{
    background-color: #fff;
    padding: 2%;
    border: 4px solid #eee;
    position: relative;
    z-index: 1;
}
.contactPage .info h3{
    margin-bottom: 3%;
    font-size: 2.2rem;
}
.contactPage .info p{
    font-size: 1.6rem;
    color: #666;
}
.contactPage .info .line{
    content: '';
    display: block;
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0c86e0;
}
.contactPage .info:after{
    content: '';
    display: block;
    width: 8%;
    height: 4px;
    position: absolute;
    right: 10%;
    top: 50%;
    background-color: #fff;
    z-index: 2;
}
.contactPage .info:before{
    content: '';
    display: block;
    width: 5%;
    height: 4px;
    position: absolute;
    right: 15%;
    top: 50%;
    background-color: #0c86e0;
    z-index: 3;
}
.contactPage .map{
    margin-top: 4%;
}
.contactPage .map iframe{
    width: 100%;
/*    height: 600px;*/
    border: none;
}


/*message*/
.normalPage .message{
    margin-top: 4%;
    padding: 3%;
}
.normalPage .message .tit b{
    font-size: 18px;
    color: #0a496c;
}
.normalPage .message .form_book{
    margin-top: 2%;
    border: 4px solid #eee;
    padding: 6%;
    border-radius: 6px;
    background-color: #fff;
}
.normalPage .message .form_book .label{
    font-size: 14px;
    color: #999;
    font-weight: normal;
    padding: 0;
}
.normalPage .message .form_book .label span{
    color: red;
    font-weight: bold;
}
.normalPage .message .form_book .enter{margin-top: 4px;margin-bottom: 16px;}
.normalPage .message .form_book .enter input{
    min-width: 76px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    text-indent: 4px;
    outline: none;
    font-size: 15px;
}
.normalPage .message .form_book .enter textarea{
    max-width: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    text-indent: 4px;
    outline: none;
}
.normalPage .message .form_book .enter input.bnt{
    background-color: #0a496c;
    color: #fff;
    width: 80%;
    margin-left: 10%;
    margin-top: 4%;
    padding: 8px 0;
    font-size: 20px;
    letter-spacing: 10px;
    border-radius: 20px;
}

.list_page{
    padding-top: 2%;
}
.list_page ul{
    text-align: center;
}
.list_page ul li{
    display: inline-block;
    margin: 0 4px;
}
.list_page ul li a{
    font-size: 1.4rem;
    color: #666;
    background: #eee;
    padding: 6px 12px;
}
.list_page ul li.active{}
.list_page ul li.active a{
    color: #fff;
    background-color: #0a496c;
}


/*悬浮链接*/
.normal-contact{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.contact-box{position:relative;float:right;}
.normal-contact .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:6px;cursor:pointer;outline:none;position: relative;z-index: 1;}
.normal-contact .a:nth-child(3){display: none;}
.normal-contact .a.active,
.normal-contact .a:hover{background:#065ab1;}
.normal-contact .a .i{float:left;width:44px;height:44px;background-image:url(../images/contacticon.png);background-repeat:no-repeat;}
/* .normal-contact .a-service .i{background-position:0 0;} */
.normal-contact .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/contacticon.png);background-repeat:no-repeat;background-position:0 0;}
.normal-contact .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/contacticon.png);background-repeat:no-repeat;background-position:-27px 0;}
.normal-contact .a-qrcode .i{background-position:16px -24px;}
.normal-contact .a-cart .i{background-position:-88px 0;}
.normal-contact .a-top .i{background-position:-132px 0;}
.normal-contact .a-top{background:#D2D3D6;display:none;}
.normal-contact .a-top:hover{background:#c0c1c3;}
.normal-contact .d{display:none;width:223px;background:#fff;position:absolute;right:42px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.normal-contact .d:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -21px;
    top: 10%;
}
.normal-contact .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/contacticon.png) no-repeat;right:-8px;top:31px;}
.normal-contact .d-service{top:0;}
.normal-contact .d-service-phone{top:34px;}
.normal-contact .d-qrcode{top:78px; display: none;}
.normal-contact .d .inner-box{padding: 8px 22px;}
.normal-contact .d-service-item{}
.normal-contact .d-service .d-service-item{border-bottom:none;}
.normal-contact .d-service .d-service-item a{color: #999;}
.normal-contact .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.normal-contact .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_icon01.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.normal-contact .d-service-item:hover .i-qq{background-position:center 3px;}
.normal-contact .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_icon02.png) no-repeat center center;display:block;}
.normal-contact .d-service-item h3{float:left;width:112px;line-height: 14px;font-size:15px;margin-left:12px;}
.normal-contact .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.normal-contact .d-service-item .text .number{margin-bottom: 0;margin-top: -10px;}
.normal-contact .d-service-intro{padding-top:10px;}
.normal-contact .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.normal-contact .d-service-intro i{background:url(../images/contacticon.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.normal-contact .d-qrcode{text-align:center;}
.normal-contact .d-qrcode .inner-box{padding:20px 0;}
.normal-contact .d-qrcode p{font-size:16px;color:#93959c;}

.column{
    text-align: center;
}
.column_des,.column_p{
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-wrap: break-word;
    font-size: 16px;
    white-space: normal;
    background-color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    color: rgb(127, 127, 127);
    text-indent: 2em;
    line-height: 1.75em;
}
.page-num{
    font-size: 1.4rem;
    color: #666;
    background: #eee;
    padding: 6px 12px;
}
.page-num-current{
    color: #fff ! important;
    background-color: #0c86e0;
}
/*首页新增 2021 11 24*/
.index_product .con a.fl{
    float: left;
}
.index_product .con a.list{
    position: relative;
    display: block;
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    transition: transform 0.5s;
}
.index_product .con a.list .img-box{
    position: relative;
    overflow: hidden;
}
.index_product .con a.list .img-box .img{
    background-size: 100% 100%;
    padding: 112.28% 0 0;
    opacity: .1;
    filter: alpha(opacity=10);
}
.index_product .con a.list .img-box .line1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f5f5f5;
}
.index_product .con a.list .img-box .line2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 87.5%;
    background-color: #f5f5f5;
}
.index_product .con a.list .img-box .line3{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #f5f5f5;
}
.index_product .con a.list .img-box .line4{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 87.5%;
    background-color: #f5f5f5;
}
.index_product .con a.list .text-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 30px 0;
    text-align: center;
}
.index_product .con a.list .text-box h4{
    padding-bottom: 42px;
    font-size: 20px;
    color: #16171c;
}
.index_product .con a.list .text-box p{
    height: 116px;
    font-size: 14px;
    line-height: 2.1;
    color: #404040;
    overflow: hidden;
}
.index_product .con a.list .text-box .more{
    position: absolute;
    left: 50%;
    bottom: 22px;
    width: 90px;
    height: 24px;
    margin-left: -45px;
    border: 1px solid #dfdfdf;
    border-radius: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: #7d7d7d;
}
.index_product .con a.list:hover{
    transform: translate(0,-15px);
}
.index_product .con a.list:hover .img-box{
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
.index_product .con a.list:hover .text-box{
    background: #0c86e0;
    background-size: contain;
}
.index_product .con a.list:hover .text-box h4{
    color: #fff;
}
.index_product .con a.list:hover .text-box p{
    color: #fff;
}
.index_product .con a.list:hover .text-box .more{
    color: #fff;
    background-color: rgba(0,0,0,0.05);
    border-color: rgba(0,0,0,0.05);
}
@media (max-width: 1080px){
    .index_product .con a.list{
        width: 50%;
        margin-bottom: 20px; 
   }
}
@media (max-width: 500px){
    .index_product .con a.list{
       width: 100%;
   }
   .index_product .list-i .img img, .proList .list-i .img img{
	   height: auto;
   }
}
